home *** CD-ROM | disk | FTP | other *** search
/ Le Petit Larousse 2003 / Le Petit Larousse 2003.iso / IE6 / IEW2K_3.CAB / shdoclc.dll / HTML / ABOUT.DLG next >
Text File  |  2001-08-21  |  6KB  |  205 lines

  1. <HTML id=dlgAbout STYLE="width: 25.8em; height: 22.6em">
  2. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  3. <META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
  4. <head>
  5. <TITLE>
  6. └ propos de Internet Explorer
  7. </TITLE>
  8. <style>
  9. .versionformat {
  10. color: black;
  11. font-family: MS Sans Serif;
  12. font-size: 8pt;
  13. position: absolute;
  14. left: 0em;
  15. top: 0em;
  16. height: 2em;
  17. width:25em;
  18. z-index: 20;
  19. }
  20. .textformat {
  21. color: black;
  22. font-family: Verdana;
  23. font-size:8pt;
  24. position: absolute;
  25. left: 10.2em;
  26. top: 19.8em;
  27. height: 3em;
  28. width:26.5em;
  29. }
  30. .logo {
  31. color: LIGHTGREY;
  32. font-family: MS Sans Serif;
  33. font-size:40pt;
  34. position: absolute;
  35. left: 1.9em;
  36. top: 4.5em;
  37. height: 0.5em;
  38. width:1em;
  39. z-index: -1;
  40. }
  41. .button {
  42. width: 7em;
  43. height: 2.2em;
  44. color: buttontext;
  45. font-family: MS Sans Serif;
  46. font-size:8pt;
  47. cursor: hand;
  48. }
  49. </style>
  50. <SCRIPT>
  51. var platIs64=false;
  52. function fnShow64Flag(){
  53. if(navigator.userAgent.indexOf("Win64")>-1){
  54. platIs64=true;
  55. }
  56. if(platIs64==true){
  57. o64bitFlag.innerText='64-bit Edition';
  58. }
  59. }
  60. </SCRIPT>
  61. <script>
  62. function HandleError(message, url, line)
  63. {
  64. var L_Dialog_ErrorMessage = "Une erreur est survenue dans cette boεte de dialogue.";
  65. var L_ErrorNumber_Text = "Erreur :";
  66. var str = L_Dialog_ErrorMessage + "\n\n"
  67. + L_ErrorNumber_Text + line + "\n"
  68. + message;
  69. alert (str);
  70. window.close();
  71. return true;
  72. }
  73. function BodyOnKeyPress(nCode)
  74. {
  75. if (nCode == 27)
  76. {
  77. window.close();
  78. return;
  79. }
  80. }
  81. function OnPageLoad()
  82. {
  83. var L_PreCipherStrength_Text = "";
  84. var L_PostCipherStrength_Text = " bits";
  85. var L_UpdateInfo_Text = "Infos de mise α jour";
  86. var L_Unknown_Text = "Inconnu ";
  87. L_UpdateVersions_Text = "Nombre de mises α jourá:";
  88. L_updateWidth_number= "9em";
  89. L_updateFontSize_number="8pt";
  90. L_UpdateFont_Fontname ="Tahoma, MS Shell Dlg";
  91. updateUrl = "";
  92. var cipherStrength = "";
  93. if ((null != window.dialogArguments))
  94. {
  95. arrArgs = window.dialogArguments.split("~");
  96. spaVersion.innerText = arrArgs[0];
  97. if (arrArgs[3] == "168")
  98. cipherStrength = 128;
  99. else if (arrArgs[3] == "128")
  100. cipherStrength = 40;
  101. else
  102. cipherStrength = arrArgs[3];
  103. spaCipher.innerText = L_PreCipherStrength_Text + cipherStrength + L_PostCipherStrength_Text;
  104. pID.innerText=arrArgs[4];
  105. if (null != arrArgs[6])
  106. spaIEAKInfo.innerText = arrArgs[6];
  107. updateUrl = arrArgs[5];
  108. }
  109. else
  110. {
  111. spaVersion.innerText = L_Unknown_Text;
  112. spaCipher.innerText = L_Unknown_Text;
  113. pID.innerText = L_Unknown_Text;
  114. }
  115. if ("" == updateUrl)
  116. updateUrl = "http://www.microsoft.com/isapi/redir.dll?prd=ie&ar=128bit";
  117. var mv=window.navigator.appMinorVersion;
  118. var temp_mv_string = "";
  119. if(mv!="0")
  120. {
  121. for(ictr=0;ictr<mv.length;ictr++)
  122. {
  123. if(mv.charAt(ictr)==";")
  124. {
  125. temp_mv_string = temp_mv_string + "; "
  126. }
  127. else
  128. {
  129. temp_mv_string = temp_mv_string + mv.charAt(ictr)
  130. }
  131. }
  132. mv = temp_mv_string
  133. }
  134. minorversion.innerText=L_UpdateVersions_Text + mv;
  135. }
  136. window.onerror = HandleError;
  137. </script>
  138. </head>
  139. <BODY bgcolor="#FFFFFF" onload="OnPageLoad(); fnShow64Flag();" onkeydown="BodyOnKeyPress(event.keyCode)" onkeypress="BodyOnKeyPress(event.keyCode)"
  140. scroll=no>
  141. <table border=0>
  142. <TR height=10>
  143. <TD></TD>
  144. <TD></TD>
  145. <TD></TD>
  146. <TD></TD>
  147. <TD></TD>
  148. </TR>
  149. <TR>
  150. <TD></TD>
  151. <TD id=Logo colspan=3 align=left><img src="ie5.gif"></TD>
  152. <TD></TD>
  153. </TR>
  154. <TR>
  155. <TD></TD>
  156. <TD></TD>
  157. <TD id=ProdInfoAlign colspan=2 align=left>
  158. <ID id=ProductInfo1>
  159. <span id=ProdInfoStyle style="WIDTH: 25em; COLOR: black; FONT: 8pt Tahoma, MS Shell Dlg">
  160. <BR>
  161. <ID id=ProductInfo2>
  162. Versioná:</id> <SPAN id=spaVersion></SPAN> <span id="o64bitFlag" style="padding-left:10px"></span><br>
  163. <ID id=ProductInfo3>
  164. Niveau de cryptageá: </id><SPAN id=spaCipher ></SPAN> <br>
  165. <ID id=ProductInfo4>
  166. Product IDá:</id><SPAN id=pID></SPAN><br>
  167. <span id=minorversion></SPAN><br>
  168. <ID id=ProductInfo6></id>
  169. <SPAN id=spaIEAKInfo> </SPAN>
  170. </TD>
  171. <TD></TD>
  172. </TR>
  173. <TR>
  174. <TD></TD>
  175. <TD></TD>
  176. <TD id=copyrightAlign colspan=2 align=left> <TEXTAREA style="WIDTH: 28em; Font: 8pt Tahoma, MS Shell Dlg" id=copyrightText border=0 cols=55 rows=4 readonly>
  177. BasΘ sur NCSA Mosaic. NCSA Mosaic(TM) a ΘtΘ dΘveloppΘ par le National Center for Supercomputing Applications α l'UniversitΘ de l'Illinois α Urbana-Champaign.
  178. DistribuΘ sous contrat de licence par Spyglass, Inc. 
  179. Contient des logiciels de sΘcuritΘ de RSA Data Security Inc.
  180. Des parties de ce logiciel sont basΘes partiellement sur le travail de IndependentáJPEG Group.
  181. Contient une licence de logiciel client SOCKS accordΘe par Hummingbird Communications Ltd.
  182. Contient une licence de logiciel ASN.1 accordΘe par Open Systems Solutions, Inc.
  183. Les composants multimΘdias, notamment Indeo(R), de logiciels vidΘo, Indeo(R) audio et d'effets pour la crΘation de sites Web sont fournis par Intel Corp.
  184. La version Unix contient une licence de logiciel accordΘe par Mainsoft Corporation. Copyright (c) 1998 Mainsoft Corporation. Tous droits rΘservΘs. Mainsoft est une marque dΘposΘe de Mainsoft Corporation.
  185. Avertissementá: ce logiciel est protΘgΘ par la loi relative au droit d'auteur et par les conventions internationales. Toute personne ne respectant pas ces dispositions se rendra coupable du dΘlit de contrefaτon et sera passible des sanctions pΘnales prΘvues par la loi.
  186. </TEXTAREA>
  187. </TD>
  188. <TD></TD>
  189. </TR>
  190. <TR>
  191. <TD></TD>
  192. <TD width=80><img src="flag.gif"></TD>
  193. <TD id=ProductInfo5><a style="WIDTH: 20em; COLOR: black; FONT: 8pt Tahoma, MS Shell Dlg" href="http://www.microsoft.com/isapi/redir.dll?prd=ie&pver=6.0&ar=aboutie&sba=copyr" id="copyright"><ID id=copyrghtText>Copyright ©1995-2001 Microsoft Corp.</ID></a>
  194. <br>
  195. <a style="WIDTH: 20em; COLOR: black; FONT: 8pt Tahoma, MS Shell Dlg" href="http://www.microsoft.com/isapi/redir.dll?Prd=IE&Pver=6.0&Ar=AboutIE&Sba=Credits" id="acknowledgements"><ID id=acknowledgementsText>Remerciements</ID></a>
  196. </TD>
  197. <TD id=ok-button align=right><BUTTON tabindex=1 type=submit align=right id="okButton" class=button onClick="window.close();" >OK</BUTTON>
  198. </TD>
  199. <Td></TD>
  200. </TR>
  201. </table>
  202. </span>
  203. </BODY>
  204. </HTML>
  205.